home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / cardres_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  1KB  |  43 lines

  1. #ifndef  CLIB_CARDRES_PROTOS_H
  2. #define  CLIB_CARDRES_PROTOS_H
  3.  
  4. /*
  5. **    $VER: cardres_protos.h 1.2 (8.9.92)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. #ifndef  EXEC_RESIDENT_H
  18. #include <exec/resident.h>
  19. #endif
  20. #ifndef  RESOURCES_CARD_H
  21. #include <resources/card.h>
  22. #endif
  23. struct CardHandle *OwnCard( struct CardHandle *handle );
  24. void ReleaseCard( struct CardHandle *handle, unsigned long flags );
  25. struct CardMemoryMap *GetCardMap( void );
  26. BOOL BeginCardAccess( struct CardHandle *handle );
  27. BOOL EndCardAccess( struct CardHandle *handle );
  28. UBYTE ReadCardStatus( void );
  29. BOOL CardResetRemove( struct CardHandle *handle, unsigned long flag );
  30. UBYTE CardMiscControl( struct CardHandle *handle,
  31.     unsigned long control_bits );
  32. ULONG CardAccessSpeed( struct CardHandle *handle, unsigned long nanoseconds );
  33. LONG CardProgramVoltage( struct CardHandle *handle, unsigned long voltage );
  34. BOOL CardResetCard( struct CardHandle *handle );
  35. BOOL CopyTuple( struct CardHandle *handle, UBYTE *buffer,
  36.     unsigned long tuplecode, unsigned long size );
  37. ULONG DeviceTuple( UBYTE *tuple_data, struct DeviceTData *storage );
  38. struct Resident *IfAmigaXIP( struct CardHandle *handle );
  39. BOOL CardForceChange( void );
  40. ULONG CardChangeCount( void );
  41. ULONG CardInterface( void );
  42. #endif     /* CLIB_CARDRES_PROTOS_H */
  43.